asynchronous exception造句
例句与造句
- then your catch clause will not catch asynchronous exceptions
,那么catch子句将不会捕获异步异常。 - asynchronous exceptions can be thrown in unexpected locations, possibly every machine instruction
异步异常可在意外的位置引发,并且可能由每个计算机指令引发: - to specify the asynchronous exception handling model c exception handling with structured exception handling exceptions
指定异步异常处理模型(具有结构化异常处理异常的c++异常处理)。 - catch blocks that catch all exceptions instead of one specific exception will now catch the asynchronous exceptions as well
捕捉所有异常而不是一个特定异常的catch块现在也可捕捉异步异常。 - it is important that code executing in server environments such as sql server protect against asynchronous exceptions
在服务器环境(如sqlserver)中执行的代码应防止出现异步异常,这一点很重要。 - It's difficult to find asynchronous exception in a sentence. 用asynchronous exception造句挺难的
- note that if a thread receives an asynchronous exception without holding a lock, the clr attempts to end the thread itself without having to recycle the
注意,如果线程接收到异步异常但没有锁,则clr尝试自行结束线程,而不回收 - also, in visual c 2005, all objects in scope when the asynchronous exception is generated will not be destroyed even if the asynchronous exception is handled
此外,在visualc++2005中,当生成异步异常时,即使处理了异步异常也不会损坏范围内的所有对象。 - also, in visual c 2005, all objects in scope when the asynchronous exception is generated will not be destroyed even if the asynchronous exception is handled
此外,在visualc++2005中,当生成异步异常时,即使处理了异步异常也不会损坏范围内的所有对象。